.links {
    background: #333;
    color: #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

.links .main {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.links .main .linkleft {
    float: left;
    width: 860px;
}

.links .main .linkleft a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}

.links .main .linktop {
    cursor: pointer;
    float: right;
    width: 115px;
    height: 25px;
    line-height: 20px;
    background: url(../images/indextop.gif) center 10px no-repeat #2061c4;
    text-align: center;
    color: #fff;
    padding: 25px 0 0 0;
}

.footclear {
    width: 100%;
    clear: both;
    margin: 0 0 0px 0;
    height: 0px;
    font-size: 0;
    overflow: hidden;
}

.foot {
    width: 100%;
    min-width: 1004px;
    color: #fff;
    min-height: 200px;
    overflow: hidden;
    background: #424242;
}

.foot .fmain {
    width: 980px;
    margin: 0 auto;
}

.foot .fmain .bottomnav {
    text-align: center;
    padding: 30px 0 0 0;
}

.foot a {
    color: #fff;
}

.foot .fmain .bottomnav a {
    height: 30px;
    overflow: hidden;
    display: inline-block;
    width: 90px;
    line-height: 30px;
    margin: 0 6px 0 6px;
    _display: inline;
    _zoom: 1;
}

.foot .fmain .bottomnav a:hover {
    color: #2061c4;
}

.foot .fmain .bootTxt {
    color: #bac5d9;
    margin: 0 auto;
    width: 938px;
    padding-top: 40px;
    line-height: 30px;
    background: url(../images/indexline.gif) left top repeat-x;
}

.foot .fmain .bootTxt .booleft {
    float: left;
    width: 700px;
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 30px;
}

.foot .fmain .bootTxt .share {
    margin-top: 30px;
    float: right;
    width: 150px;
    padding: 0 0 0 0px;
}

.bdshare-button-style0-16 {
    zoom: 1;
}

.bdshare-button-style0-16 .bds_more {
    color: #333;
    float: left;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=91362611.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.bdshare-button-style0-16 .bds_more {
    background-position: 0 0;
}

.bdshare-button-style0-16 .bds_qzone {
    background-position: 0 -52px;
}

.bdshare-button-style0-16 .bds_tsina {
    background-position: 0 -104px;
}

.bdshare-button-style0-16 .bds_tqq {
    background-position: 0 -260px;
}

.bdshare-button-style0-16 .bds_renren {
    background-position: 0 -208px;
}

.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}





.c-tools {
    position: fixed;
    z-index: 9999;
    text-align: center;
    right: 0;
    bottom: 50%;
    margin-bottom: -144px;
}

.c-tools ul .tel-ico {
    background-position: center -22px;
}

.c-tools ul .ewm-ico {
    background-position: center 21px;
}

.c-tools ul li {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    position: relative;
    width: 62px;
    height: 62px;
    margin: 1px;
    background: #2061c4 url(../images/tools-ico.png) no-repeat;
}

.c-tools ul .tel-ico span {
    line-height: 21px;
}

.c-tools ul li span {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
    position: absolute;
    right: 63px;
    width: 135px;
    line-height: 42px;
    padding: 10px;
    background: #ff9610;
    color: #ffffff;
}

.c-tools ul li .ewmPic {
    display: none;
    width: 168px;
    height: 168px;
    line-height: 165px;
    text-align: center;
}

.c-tools ul li .ewmPic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.c-tools ul .qq-ico {
    background-position: center -69px;
}

.c-tools ul .top-ico {
    background-position: center -115px;
}

.c-tools ul li:hover .ewmPic {
    display: block;
}

.c-tools ul li:hover span {
    display: block;
}

.c-tools ul li:hover {
    background-color: #ff9610;
}